home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1368 / 1368.xpi / chrome / clrtabs.jar / content / about.xul next >
Extensible Markup Language  |  2008-05-25  |  5KB  |  72 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://mozapps/skin/extensions/about.css" type="text/css"?>
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4.  
  5. <dialog title="About Colorful Tabs"
  6. chromehidden="menubar toolbar location directories status extrachrome"
  7. id="genericAbout"
  8. onload="return about_onload();"
  9. buttons="accept"
  10. xmlns:em="http://www.mozilla.org/2004/em-rdf#"
  11. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.  
  13. style="background-color: #FFffff;overflow:visible"
  14. >
  15. <stringbundleset id="stringbundleset">
  16. <stringbundle id="about-strings" />
  17. <stringbundle id="about-stringsFB" />
  18. </stringbundleset>
  19. <groupbox style="background-color:#FFEeff;border:1px solid #008000; ">
  20.     <caption label="ColorfulTabs" id="extensionName" crop="right" style="background-color: #ffffee;border:1px solid #aa0000;"/>
  21. <vbox id="clientBox" style="background-color:#EEEEFF">
  22.  <vbox id="clientBoxInternal" flex="1" >
  23.   <hbox align="start" >
  24.    <vbox id="logoBox" >
  25.     <image id="logo" src="chrome://clrtabs/content/star.png" class="link" tooltiptext="Visit UMO Extension Home Page" onclick="window.opener.open('https://addons.mozilla.org/firefox/1368/', '_blank')"/>
  26.    </vbox>
  27.    <vbox flex="1">
  28.     <hbox id="headBox" align="end">
  29.     <vbox flex="1">
  30. <label value="Version 3 RC" id="extensionVersion" crop="right"/>
  31.  
  32.  
  33.     </vbox>
  34.    <vbox flex="1" align="end">
  35.  
  36.    <hbox align="end"><vbox><image src="chrome://clrtabs/content/Author.png" class="link" tooltiptext="Visit Extension Home Page" onclick="window.opener.open('http://www.binaryturf.com/', '_blank')"/>
  37.    </vbox>
  38.    </hbox>
  39.    </vbox>
  40.    </hbox>
  41. <spacer flex="1"/>
  42. <hbox id="creatorBox">
  43. <label id="extensionCreatorLabel" value="Author:"/>
  44. <label id="extensionCreator" class="link" tooltiptext="Visit Author Home Page" onclick="window.opener.open('http://www.binaryturf.com/', '_blank')" value="Shivanand Sharma AKA Varun" flex="1"/></hbox></vbox>
  45. </hbox><separator class="thin"/>
  46. <description id="extensionDescription">Want to enhance the default tabs look? Here we have ColorfulTabs for a change. Not only it colors your tabs, it also helps you identify the numerous tabs that are open in the browser at any given time :-) </description>
  47.  
  48. <description id="extensionDescription1">The most beautiful yet the simplest add-on that makes a lot of sense. Colors every tab in a different color and makes it easy to identify while beautifying the overall appeal of the interface. An essential.
  49. More updates and changes coming soon.</description>
  50. <separator class="thin"/>
  51. <label id="extensionContributors" value="Sincere Thank goes to:"/>
  52. <description id="extContri0" style="color:#880000;">You. Each and everyone of millions of fans of this extension who have bugged :) and hugged me for my work and have inspired me to keep up my work. I can't do without you."</description>
  53. <description id="extContri1" class="link" onclick="window.opener.open('http://ted.mielczarek.org/code/mozilla/extensiondev/', '_blank')"  >Ted Mielczarek, author of Extension Developer's Extension, which takes care of the most important and basic routines of extension creation. I can't thank him enough."</description>
  54.  
  55. <description id="extContri4"  class="link" onclick="window.opener.open('https://addons.mozilla.org/', '_blank')"  >All the extension authors for their code pieces as I've learnt extension development toying around with their pieces of code (in every version:).</description>
  56. <hbox flex="1">
  57. <vbox flex="1" id="contributorsBox">
  58. </vbox></hbox>
  59. <hbox>
  60.  
  61. <label style="color:blue" id="extensionHomepage" class="link" tooltiptext="Visit Authors Home Page" onclick="window.opener.open('http://www.binaryturf.com/', '_blank')">Visit Author Homepage</label>
  62.                 <spacer flex="1"/>
  63.  
  64. <label style="color:red" id="beta" class="link" tooltiptext="Get the test version (may be unsafe)." onclick="window.opener.open('http://www.binaryturf.com/', '_blank')">Get Beta</label>
  65. </hbox><hbox>
  66. <spacer flex="1"/><label style="color:blue" id="UMOHomepage" class="link" tooltiptext="Vote for this Extension on UMO" onclick="window.opener.open('https://addons.mozilla.org/en-US/firefox/reviews/add/1368', '_blank')">Post feedback on AMO</label>
  67. <spacer flex="1"/><label style="color:blue" id="extensionHomepage" class="link" tooltiptext="Post feedback on Extension Homepage" onclick="window.opener.open('http://www.binaryturf.com/', '_blank')">Post Opinion on Author's Homepage</label>
  68.  
  69.  
  70. </hbox></vbox></vbox>
  71. </groupbox>
  72. </dialog>